func runtime/pprof.writeHeapInternal

3 uses

	runtime/pprof (current package)
		pprof.go#L593: 	return writeHeapInternal(w, debug, "")
		pprof.go#L599: 	return writeHeapInternal(w, debug, "alloc_space")
		pprof.go#L602: func writeHeapInternal(w io.Writer, debug int, defaultSampleType string) error {